home *** CD-ROM | disk | FTP | other *** search
/ Wisdom on Demand - Your …e to Professional Success / Wisdom on Demand - Your Guide to Professional Success.iso / pc / BIN / COMMON / launch.swf / scripts / DefineSprite_431 / frame_15 / DoAction.as
Encoding:
Text File  |  2003-07-07  |  110 b   |  7 lines

  1. btnplay.onRelease = function()
  2. {
  3.    gotoAndPlay(13);
  4.    movie.play();
  5.    movie.track.gotoAndPlay(1);
  6. };
  7.